Carbon


MenuHookProcPtr

Header: Menus.h Carbon status: Unsupported

typedef void(* MenuHookProcPtr) ();

You would declare your function like this if you were to name it MyMenuHookCallback:

void MyMenuHookCallback ();

AVAILABILITY

Not supported in Carbon.

CARBON NOTES

Accessing the MenuHook low-memory global variable is not supported in Carbon. Use the Carbon Event Manager to work with menu events instead.


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)